module MREM
{
	
    item MRE
	{
		HungerChange	    =	-50,
		Weight	            =	0.5,
		AlwaysWelcomeGift	=	true,
		Type	            =	Food,
		DisplayName	        =	MRE,
		Icon	            =	MRE,
        Carbohydrates       =   170,
        Proteins            =   40,
        Lipids              =   60,
        Calories            =   1960,
        Packaged            =   TRUE,
        WorldStaticModel    =   MRE,
	}

    item MREBox
    {
        Weight	            =	4,
        AlwaysWelcomeGift	=	TRUE,
        Type	            =	Normal,
        DisplayName	        =	Box of MREs,
        DisplayCategory     =   Ammo,
        Icon	            =	MRE-box,
        MetalValue          =   0,
        WorldStaticModel    =   MRE_Box,
    }
}
